Get Online PSTN Gateway
The Get Online PSTN Gateway request retrieves a list of activated customer sub domains (FQDN values) for a specific customer tenant.
URI
Copy
                                                
                                            
                                            {{baseUrl}}/api/v2/onlinepstngateway?userName=admin@M365x48300155.onmicrosoft.com&password=**********
                                                HTTP Method
GET
Request Parameters
| 
                                                             Parameter  | 
                                                        
                                                             Type  | 
                                                        
                                                             Description  | 
                                                    
|---|---|---|
| 
                                                             userName  | 
                                                        
                                                             string  | 
                                                        
                                                             Username of the Global Admin/Service account of the Azure customer tenant.  | 
                                                    
| 
                                                             password  | 
                                                        
                                                             string  | 
                                                        
                                                             Password of the Global Admin/Service account of the Azure customer tenant.  | 
                                                    
Example Response
Returns of a list customer sub domain FQDN values.
Copy
                                                
                                            
                                            [
    "DNS.SBC-Microsoft.activecommunications.eu",
    "M365x48300155.onmicrosoft.com",
    "TobiCust1.sandbox1.audiocodes.be"
]
                                                HTTP Responses
| ■ | 200 OK |